home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19971216-19980424 / 000047_news@newsmaster….columbia.edu _Sun Jan 4 07:04:11 1998.msg < prev    next >
Internet Message Format  |  1998-04-22  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA25221
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 4 Jan 1998 07:04:11 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA28555
  7.     for kermit.misc@watsun; Sun, 4 Jan 1998 07:04:11 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!news-peer.gip.net!news.gsl.net!gip.net!news-peer.sprintlink.net!news-pull.sprintlink.net!news-in-east.sprintlink.net!news.sprintlink.net!Sprint!205.237.233.10!wesley.videotron.net!walton.videotron.net!not-for-mail
  9. From: jf mezei <"[non-spam]jfmezei"@videotron.ca>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with CKERMIT TRANSMIT
  12. Date: Sat, 03 Jan 1998 22:35:18 -0500
  13. Organization: VTL
  14. Lines: 25
  15. Message-ID: <34AF0373.4DDE@videotron.ca>
  16. References: <34aef5e4.0@amhnt2.amherst.edu>
  17. Reply-To: "[non-spam]jfmezei"@videotron.ca
  18. NNTP-Posting-Host: ppp188.104.mmtl.videotron.net
  19. Mime-Version: 1.0
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. X-Mailer: Mozilla 3.01 (Macintosh; I; PPC)
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:8215
  24.  
  25. John W. Manly wrote:
  26. > Hi, all.  I've been running into a very frustrating problem with the CKERMIT
  27. > TRANSMIT command when used over TCP/IP to a port other than the standard
  28. > TELNET port (port 23).
  29.  
  30. > But the TRANSMIT operation never seems to work, though the rest of the
  31. > script does work.  
  32.  
  33. Been there, experienced the same thing. I fixed it wth the use of 
  34. open read file.name
  35. :myloop
  36. read \%a
  37. if fail goto mydone
  38. output \%a\%13
  39. goto myloop
  40.  
  41. :mydone
  42. close read
  43.  
  44. Also, what I find most interesting is that sending \13 seems to result
  45. in 
  46. \13\10 being sent ! 
  47.  
  48. I am on VMS 5.5-2, CKERMIT 6.0.192 6 sep 96   (VAX, of course).
  49. TCP stack is CMU-IP.